/* =========================================
   COACHING HUB SERVICES SECTION
   ========================================= */

/* Keep all service icons the same size and position */
.coaching-services img[src*="EI_Training_Icon"],
.coaching-services img[src*="EI_Community_Icon"],
.coaching-services img[src*="EI_Analytics_Icon"],
.coaching-services img[src*="EI_Fidelity_Icon"],
.coaching-services img[src*="EI_Coaching_Icon"],
.coaching-services img[src*="EI_Keynote_Icon"] {
    width: 70px !important;
    height: 70px !important;
    object-fit: contain !important;
    display: block !important;
    margin: 0 auto 14px auto !important;
}

/* Give every service heading the same amount of space */
.coaching-services h4 {
    height: 58px !important;
    min-height: 58px !important;
    margin-top: 0 !important;
    margin-bottom: 14px !important;
    padding: 0 !important;
    text-align: center !important;
    box-sizing: border-box !important;
}

/* CLASS Score Improvement image */
img[src*="EI_CLASS_Image"] {
    width: 100% !important;
    height: 190px !important;
    object-fit: cover !important;
    object-position: center !important;
    display: block !important;
}

.coaching-services .keynote-item h4,
.coaching-services h4.keynote-item {
    padding-top: 16px !important;
}
